Skip to content

Releases: langflow-ai/langflow

1.4.2

19 May 19:06
4b580d1
Compare
Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

  • docs: clarify multi-user access by @mendonk in #7958
  • docs: base64 images in playground by @mendonk in #7966
  • docs: add quickstart dockerfile with default sqlite database by @mendonk in #7952
  • docs: use details tabs in component pages by @mendonk in #7809
  • docs: OpenAPI spec version upgraded from 1.4.0 to 1.4.1 by @github-actions in #8001
  • docs: add webhook auth note by @mendonk in #8015
  • docs: add bigquery integration by @mendonk in #8024
  • docs: mcp component name update by @mendonk in #8013
  • docs: breaking changes in components feature by @mendonk in #8026
  • docs: langflow docs review by @mendonk in #8032
  • docs: remove duplicate entries from api examples page by @mendonk in #8065
  • docs: remove the loaders page and redirect to bundles by @mendonk in #8066
  • docs: add loop component template suggestion by @mendonk in #8072

🛠 Maintenance Tasks

  • refactor: move caching logic to styleUtils by @mfortman11 in #7968
  • build: add build for docker image with all optional deps by @jordanrfrazier in #7957
  • refactor: Optimize GenericNode and other nearby components to improve performance especially on larger flows by @mfortman11 in #8053

Others

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

08 May 23:05
c608a4f
Compare
Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

🛠 Maintenance Tasks

✅ Tests

  • test: improve test reliability with updated selectors and utility functions by @Cristhianzl in #7943

Others

  • chore: bump langchain and langsmith dependencies by @barnuri in #7934
  • fix: remove whitespace in version check of release workflow by @ogabrielluiz in #7956
  • chore: Bump version to 1.4.1 for langflow and langflow-base by @ogabrielluiz in #7954
  • chore: Implement Python version-specific fastavro dependencies and remove project metadata by @Cristhianzl in #7961

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

06 May 02:08
e0ae3f6
Compare
Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

  • docs: watsonx embeddings component by @mendonk in #7621
  • docs: v2 files api examples by @mendonk in #7369
  • docs: modify the langflow docker image by @mendonk in #7730
  • docs: OpenAPI spec version upgraded from 1.3.2 to 1.3.4 by @github-actions in #7736
  • docs: message history and message store example by @mendonk in #7697
  • docs: add chat io component examples by @mendonk in #7734
  • docs: second loop component example by @mendonk in #7738
  • docs: dataframe operations example by @mendonk in #7654
  • docs: if-else component example by @mendonk in #7599
  • Docs: api url and regex component examples by @mendonk in #7680
    ...
Read more

1.3.4

17 Apr 17:02
89201e4
Compare
Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

🛠 Maintenance Tasks

Others

New Contributors

Full Changelog: 1.3.3...1.3.4

1.3.3

15 Apr 01:03
7fb400d
Compare
Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

🛠 Maintenance Tasks

  • refactor: update BatchRunComponent to enhance functionality and usability by @rodrigosnader in #7318

Others

  • chore: update test durations by @github-actions in #7469
  • docs: avoid building docs draft for pull requests from fork by @mlr in #7493
  • build(deps): bump estree-util-value-to-estree from 3.3.2 to 3.3.3 in /docs by @dependabot in #7496
  • tests: add "direct" event delivery method in tests by @ogabrielluiz in #7436
  • chore: Composio version bump by @abhishekpatil4 in #7557
  • chore: Update Makefile to include PostgreSQL in backend installation by @ogabrielluiz in #7561
  • Revert "fix: published flows now can add rows to the database" by @ogabrielluiz in #7571
  • build(deps-dev): bump vite from 5.4.16 to 5.4.18 in /src/frontend by @dependabot in #7596
  • Fix: CLI Social Links by @simonfraserduncan in #7601
  • chore: update test durations by @github-actions in #7612
  • chore: Update langflow and langflow-base package versions to 1.3.3 and 0.3.3 by @ogabrielluiz in #7625

New Contributors

Full Changelog: 1.3.2...1.3.3

1.3.2

03 Apr 22:30
8e31fc5
Compare
Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

Others

  • build(deps): bump image-size from 1.2.0 to 1.2.1 in /docs by @dependabot in #7408
  • chore: bump langflow and langflow-base for 1.3.2 release by @Cristhianzl in #7434

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

01 Apr 21:15
aa49028
Compare
Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

  • fix: make sure public flow endpoint is correctly identified by @lucaseduoli in #7381
  • fix: made global variables apply to fields not overwrite fields on refresh by @lucaseduoli in #7368
  • fix: handle backend connection errors on build by @lucaseduoli in #7387
  • fix: centralize OpenAI voice definitions and fix voice array state loading in voice assistant by @Cristhianzl in #7390
  • fix: typo in Alembic enum type declaration by @italojohnny in #7380

📝 Documentation Updates

Others

Full Changelog: 1.3.0...1.3.1

1.3.0

31 Mar 21:25
6c2ff92
Compare
Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

Read more

1.2.0

25 Feb 23:05
0134485
Compare
Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

  • fix: Notes nodes width resets to default on page reload by @Cristhianzl in #6025
  • fix: adjust LANGFLOW_CONFIG_DIR to prevent permission error by @italojohnny in #6095
  • Fix: properly handle duplicate files on delete by @erichare in #6173
  • fix: ensure file path is list before iterating over it by @ogabrielluiz in #6175
  • fix: update documentation links for Custom Component to use the correct URL by @mendonk in #6145
  • fix: Improve variable decryption error handling by @ogabrielluiz in #6199
  • fix: make extension check case-insensitive in BaseFileComponent by @ogabrielluiz in #6256
  • fix: run flow component tool mode issues, causing tool result to be empty by @edwinjosechittilappilly in #6121
  • fix: add optional chaining and improve code robustness by @Cristhianzl in #6262
  • fix: add config options and error handling to MistralAI component by @Cristhianzl in #6131
  • fix: improved the huggingface emdeddings component, to handle local inference and serverless inference by @edwinjosechittilappilly in #6292
  • fix: Improve path handling and type annotations in FaissVectorStoreComponent by @Cristhianzl in #6081
  • fix: made tool_mode components minimizable by @lucaseduoli in #6237
  • fix: changed naming for download button on sidebar nav context menu by @lucaseduoli in #6238
  • fix: remove unnecessary lockChat condition in ChatMessage loading state by @anovazzi1 in #6316
  • fix: Enhance vertex runnability logic with loop detection by @ogabrielluiz in #6309
  • fix: inconsistent text table result for Message Type output, setting message.text as default status instead of Table as self.status by @edwinjosechittilappilly in #6319
  • fix: Update path filters, test tags and backend processing (nightly-fix) by @Cristhianzl in #6613
  • fix: adds edge filtering only to parameters not hidden by @lucaseduoli in #6270
  • fix: updates color of inactive buttons on table componen...
Read more

1.1.4

04 Feb 21:45
6cb7fa3
Compare
Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

🛠 Maintenance Tasks

  • refactor: Improve JWT error logging for better debugging of authentication issues by @ogabrielluiz in #5885
  • refactor: improve artifact type handling and result processing by @Cristhianzl in #6002
  • refactor: convert hook files from .tsx to .ts for better type clarity by @Cristhianzl in #6003
  • refactor: Simplify _process_raw_result method in custom component processing by @Cristhianzl in #6040
  • refactor: Implement unified serialization function by @ogabrielluiz in #6044
  • refactor: Enhance profile picture copying with optimized I/O and error handling by @ogabrielluiz in #6083

Others

  • chore: update test durations by @github-actions in #5990
  • ci: Update pytest durations workflow schedule to run weekly on Monday by @ogabrielluiz in #5992
  • chore: Mark internal vertex-related endpoints as deprecated by @ogabrielluiz in #5922
  • revert: update components filter and build artifact logic by @Cristhianzl in #6022
  • tests: update DuckDuckGo test selectors by @Cristhianzl in #6080
  • build(deps):(deps): bump autofix-ci/action from ff86a557419858bb967097bfc916833f5647fa8c to 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef by @dependabot in #6058
  • build(deps):(deps): bump Namchee/conventional-pr from 0.15.5 to 0.15.6 by @dependabot in #6059
  • build(deps):(deps): bump astral-sh/setup-uv from 4 to 5 by @dependabot in #6060
  • chore: Bump version to 1.1.4 for langflow and 0.1.4 for langflow-base by @anovazzi1 in #6119

New Contributors

Full Changelog: 1.1.3...1.1.4